Apex Code |
/*
This file is generated and isn't the actual source code for this
managed global class.
This read-only file shows the class's global constructors,
methods, variables, and properties.
To enable code to compile, all methods return null.
*/
global class Ctrl039_Skill_Selector_V2_Component {
@RemoteAction
global static List<FSL.Ctrl039_Skill_Selector_V2_Component.SkillOption> saveSkills(String skillOptionString, String stdObjName, String skillObjName, String junctionObjName, Id myId, String relationshipField) {
return null;
}
global class SkillJunctionObj {
}
global class SkillOption {
}
}
|